From a5ce629710ab70987195df96232aa3b8d7e2de27 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 4 Oct 2013 16:27:11 +0200 Subject: [PATCH] In nt/gnulib.mk create from . * gnulib.mk: Create from . --- .bzrignore | 1 + nt/ChangeLog | 4 ++++ nt/gnulib.mk | 23 +++++++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/.bzrignore b/.bzrignore index cd64f3ff0ae..78ee639e64e 100644 --- a/.bzrignore +++ b/.bzrignore @@ -102,6 +102,7 @@ lib/Makefile.in lib/deps lib/alloca.h lib/arg-nonnull.h +lib/byteswap.h lib/c++defs.h lib/dirent.h lib/errno.h diff --git a/nt/ChangeLog b/nt/ChangeLog index 16252c2da46..21c94cc2d1c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2013-10-04 Paul Eggert + + * gnulib.mk: Create from . + 2013-09-20 Eli Zaretskii * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes" diff --git a/nt/gnulib.mk b/nt/gnulib.mk index df27dcf610c..ff46e9f09a6 100644 --- a/nt/gnulib.mk +++ b/nt/gnulib.mk @@ -78,6 +78,29 @@ EXTRA_DIST += alloca.in.h ## end gnulib module alloca-opt +## begin gnulib module byteswap + +BUILT_SOURCES += $(BYTESWAP_H) + +# We need the following in order to create when the system +# doesn't have one. +if GL_GENERATE_BYTESWAP_H +byteswap.h: byteswap.in.h $(top_builddir)/config.status + $(AM_V_GEN)rm -f $@-t $@ && \ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap.in.h; \ + } > $@-t && \ + mv -f $@-t $@ +else +byteswap.h: $(top_builddir)/config.status + rm -f $@ +endif +MOSTLYCLEANFILES += byteswap.h byteswap.h-t + +EXTRA_DIST += byteswap.in.h + +## end gnulib module byteswap + ## begin gnulib module c-ctype libgnu_a_SOURCES += c-ctype.h c-ctype.c -- 2.30.2